transformation.associationtags.buttonlisteners
Class DeleteButtonListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.DeleteButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class DeleteButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
DeleteButtonListener(java.util.List<AssociationTag> tags, AssociationTag tag, javax.swing.JPanel tagPanel, javax.swing.JPanel buttonPanel, java.util.List<java.lang.String> roles)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Deletes the association tag from the tags list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteButtonListener

public DeleteButtonListener(java.util.List<AssociationTag> tags,
                            AssociationTag tag,
                            javax.swing.JPanel tagPanel,
                            javax.swing.JPanel buttonPanel,
                            java.util.List<java.lang.String> roles)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Deletes the association tag from the tags list

Specified by:
actionPerformed in interface java.awt.event.ActionListener